home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitDS.Dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  166 b   |  8 lines

  1. on exitFrame
  2.   global exitRequest, snapV, snapH
  3.   if (exitRequest = "hay") or (exitRequest = "newsPaper") then
  4.     set snapH to 277
  5.     set snapV to 229
  6.   end if
  7. end
  8.